Package com.bitmovin.player.api.advertising.vast

Types

Link copied to clipboard
data class AdPricing(value: Double?, model: String?, currency: String?)

Used to provide a value that represents a price that can be used by real-time bidding (RTB) systems. Specified in Inline.Pricing in the VAST response.

Link copied to clipboard
data class AdSurvey(uri: String?, type: String?)

URI to any resource relating to an integrated survey. Specified in InLine.Survey in the VAST response.

Link copied to clipboard
data class AdSystem(name: String, version: String?)

Describes the ad system that returned the ad. Specified in InLine.AdSystem in the VAST response.

Link copied to clipboard
data class Advertiser(name: String?, id: String?)

Describes he advertiser as defined by the ad serving party. Specified in InLine.Advertiser in the VAST response.

Link copied to clipboard
data class Creative(id: String?, adId: String?, universalAdId: UniversalAdId?)

Contains various data about the Creative. Specified in InLine.Creative or Wrapper.Creative in the VAST Response.

Link copied to clipboard
enum MediaFileDeliveryType : Enum<MediaFileDeliveryType>
Link copied to clipboard
data class UniversalAdId(idRegistry: String?, value: String?)

Describes a unique creative identifier that is maintained across systems. Specified in Creative.UniversalAdId in the VAST response.

Link copied to clipboard
interface VastAdData : AdData

Holds various additional ad data that's available in the VAST response.